GoXam for WPF v3
AddNode Method (GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class : AddNode Method
the data type is the model's NodeType type parameter
Add a node data to this collection.
Syntax
public void AddNode( 
   NodeType nodedata
)

Parameters

nodedata
the data type is the model's NodeType type parameter
Remarks
This is a no-op if the node data is already in the collection.
See Also

Reference

GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Members